bootstrap.php 2

Type Line Description
TODO 418 Make Zend, PEAR etc play with this
TODO 418 Make our classes conform to a more straight forward CS.

db/mysql.php 1

Type Line Description
TODO 232 Multi-insert support

db/pgsql.php 1

Type Line Description
TODO 203 Multi-insert support

rcube_charset.php 1

Type Line Description
FIXME 291 Is this really true with substitute character 'none'?

rcube_config.php 1

Type Line Description
TODO 125 array/object

rcube_db.php 1

Type Line Description
TODO 588 Multi-insert support

rcube_imap.php 2

Type Line Description
TODO 1439 handle changed sorting
TODO 2292 Use order defined by the parameter name not order of occurrence in the header

rcube_imap_generic.php 1

Type Line Description
TODO 4116 lists

rcube_imap_search.php 1

Type Line Description
TODO 88 try to estimate the required time based on folder size and previous search performance

rcube_ldap.php 2

Type Line Description
TODO 1201 generate message saying which fields are missing
TODO 1239 generate message saying which fields are missing

rcube_message.php 1

Type Line Description
FIXME 1136 line length is max.65?

rcube_plugin_api.php 1

Type Line Description
TODO 505 avoid recursion by checking in_array($hook, $this->exec_stack) ?

rcube_spoofchecker.php 2

Type Line Description
TODO 62 Use areConfusable() to detect ascii-spoofing of some domains, e.g. paypa1.com?
TODO 63 Domains with non-printable characters should be considered spoofed

rcube_vcard.php 1

Type Line Description
TODO 378 fetch file from URL and save it locally?

rcube_washtml.php 1

Type Line Description
FIXME 795 HTML comments handling could be better. The code below can break comments (#6464),